home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1146
/
1146.xpi
/
chrome
/
screengrab.jar
/
content
/
Overlay.js
< prev
next >
Wrap
Text File
|
2009-03-09
|
247b
|
7 lines
screengrab.ImageOverlay = function() {}
screengrab.ImageOverlay.prototype = {
overlay: function() {
this.canvas = document.createElementNS("http://www.w3.org/1999/xhtml", "html:canvas");
this.context = this.canvas.getContext("2d");
}
}